RuntimeCallCounterInfo

data class RuntimeCallCounterInfo(name: String, value: Double, time: Double)

Runtime call counter information.

Constructors

RuntimeCallCounterInfo
Link copied to clipboard
fun RuntimeCallCounterInfo(name: String, value: Double, time: Double)

Properties

name
Link copied to clipboard
val name: String
Counter name.
time
Link copied to clipboard
val time: Double
Counter time in seconds.
value
Link copied to clipboard
val value: Double
Counter value.

Sources

jvm source
Link copied to clipboard